a:hover, a:visited, a:active {
  text-decoration: none; }

.page {
  position: relative;
  padding-top: 80px;
  z-index: 3; }

.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1; }
.swiper-container .swiper-pagination-bullet-active {
  background: #005b9d; }

.menu {
  position: fixed;
  height: 40%;
  width: 100%;
  left: 0;
  top: 80px;
  background: #999;
  color: #fff;
  z-index: 999; }
  .menu .menu-close {
    position: relative;
    left: 1.5px;
    top: -1px; }
  .menu .menu-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .menu .menu-body a {
      color: #fff;
      font-size: 14px;
      display: block;
      width: 300px;
      text-align: center;
      height: 35px;
      line-height: 35px;
      border: 2px solid transparent; }
      .menu .menu-body a:hover {
        border: 2px solid #005b9d;
        color: #005b9d; }
    .menu .menu-body .active {
      color: #005b9d; }

.nav-pro {
  color: #005b9d;
  height: 70px;
  align-items: center;
  display: flex;
  flex-direction: row;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px; }
  .nav-pro:hover {
    background: black; }
  .nav-pro img {
    cursor: pointer;
    width: 25px; }
  .nav-pro i {
    cursor: pointer;
    font-weight: normal; }
  .nav-pro .ln {
    margin-right: 30px; }
  .nav-pro .search-row {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .nav-pro .search-input {
    width: 90%;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px; }
  .nav-pro .lbbox {
    position: relative; }
    .nav-pro .lbbox:hover .xia {
      display: block; }
    .nav-pro .lbbox .xia {
      position: absolute;
      display: none;
      width: 80px;
      background: #fff;
      border-radius: 3%;
      padding: 15px 0;
      left: -28.5px;
      top: 45px; }
      .nav-pro .lbbox .xia a {
        display: block;
        color: #333;
        padding: 10px 0;
        text-align: center; }
      .nav-pro .lbbox .xia .active {
        background: #005b9d;
        color: #fff; }
      .nav-pro .lbbox .xia::before {
        content: "";
        position: absolute;
        top: -20px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent; }

.page1 {
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 50px;
  z-index: 3; }
  .page1 .title-row h1 {
    color: #fff;
    letter-spacing: 0.3em; }
  .page1 .title-row p {
    color: #474747;
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold; }
  .page1 .flexbb {
    margin-top: 40px;
    display: flex; }
    .page1 .flexbb div {
      text-align: center;
      padding: 10px; }
  .page1 .page1-swiper {
    height: 100%;
    z-index: 5;
    width: 100%;
    position: relative;
    overflow-x: hidden; }
    .page1 .page1-swiper .swiper-slide {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 5;
      font-size: 16px;
      color: #fff; }
      .page1 .page1-swiper .swiper-slide img {
        height: 60px;
        margin-bottom: 10px; }
  .page1 .swiper-pagination-bullet {
    background: #333;
    opacity: 1; }
  .page1 .swiper-pagination-bullet-active {
    background: #005b9d !important;
    margin: 0 8px !important;
    position: relative; }
  .page1 .swiper-pagination-bullet-active::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #005b9d;
    position: absolute;
    left: -5px;
    top: -5px; }

.titley {
  color: #fff; }

.titlef {
  color: #fff; }

.fona {
  font-size: 45px; }

.fonb {
  font-size: 18px; }

.page-up {
  position: relative;
  z-index: 10;
  height: 100%;
  background: #111111;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.page2 {
  background: #111111;
  padding-top: 80px;
  overflow: hidden;
  height: 100%; }
  .page2 .canbg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: rotateZ(-14deg) translateY(-250px); }
  .page2 .waves {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .page2 .page2-swiper {
    margin-top: 80px;
    max-width: 1200px;
    overflow: hidden;
    display: flex;
    background: #111111; }
  .page2 .page2-box {
    display: flex;
    width: 300px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-image: url("../images/i21bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .page2 .page2-box:hover > img {
      display: none; }
    .page2 .page2-box:hover > h2 {
      display: none; }
    .page2 .page2-box:hover .ov {
      opacity: 1; }
  .page2 .ov {
    display: flex;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(201, 142, 66, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .page2 .ov p {
      line-height: 2;
      margin: 25px 0;
      width: 70%;
      color: #fff;
      z-index: 333; }
    .page2 .ov a {
      color: #fff;
      border: 2px solid #fff;
      display: block;
      width: 100px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      transition: none;
      z-index: 99;
      font-size: 25px; }
      .page2 .ov a:hover {
        color: #000; }
  .page2 h2, .page2 img {
    z-index: 211;
    position: relative;
    font-size: 30px; }
  .page2 img {
    height: 100px; }
  .page2 .page2-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute; }
  .page2 .swiper-pagination-bullet {
    background: #333;
    opacity: 1; }
  .page2 .swiper-pagination-bullet-active {
    background: #005b9d !important;
    margin: 0 8px !important;
    position: relative; }
  .page2 .swiper-pagination-bullet-active::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #005b9d;
    position: absolute;
    left: -5px;
    top: -5px; }

#particles-js {
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  left: 0;
  top: 80px;
  z-index: 2; }

canvas {
  background: transparent;
  position: relative;
  z-index: -111; }

.page3 {
  background: #111111;
  padding-top: 80px;
  overflow: hidden;
  height: 100%; }
  .page3 .waves {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .page3 .waves canvas {
      background: transparent; }
  .page3 .canbg2 {
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-300px); }
  .page3 .page-up {
    background: transparent;
    max-width: 100%; }
  .page3 .page3-swiper {
    width: 90%;
    margin-top: 80px;
    height: 400px;
    overflow: hidden; }
  .page3 .page3-box {
    height: 100%;
    position: relative; }
    .page3 .page3-box div:first-child {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 50%;
      overflow: hidden; }
      .page3 .page3-box div:first-child img {
        width: 100%;
        height: 100%; }
    .page3 .page3-box div:last-child {
      position: absolute;
      z-index: 2;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      right: 0;
      top: 0;
      width: 70%; }
      .page3 .page3-box div:last-child h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 2em;
        font-weight: normal; }
      .page3 .page3-box div:last-child p {
        color: #fff;
        font-size: 1.2em; }
      .page3 .page3-box div:last-child a {
        color: #005b9d;
        border: 2px solid #005b9d;
        display: block;
        width: 100px;
        height: 40px;
        line-height: 35px;
        margin-left: 55px;
        margin-top: 25px;
        text-align: center;
        transition: none;
        z-index: 99;
        font-size: 25px; }
        .page3 .page3-box div:last-child a:hover {
          color: #333;
          background: #005b9d;
          border-color: #005b9d; }
  .page3 .swiper-pagination-bullet {
    background: #333;
    opacity: 1; }
  .page3 .swiper-pagination-bullet-active {
    background: #005b9d !important;
    margin: 0 8px !important;
    position: relative; }
  .page3 .swiper-pagination-bullet-active::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #005b9d;
    position: absolute;
    left: -5px;
    top: -5px; }

.titlec {
  color: #fff; }

.page4 {
  background-image: url("../images/s1.jpg");
  background-repeat: no-repeat;
    background-size: 100%;
  padding-top: 20px;
  overflow: hidden;
  height: 480px;
  background-position: 0 -180px;
  display: flex;
  align-items: center;
  position: relative; }
  .page4 .canbg3 {
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-100px); }
  .page4 .page4-row {
    height: 420px;
      width: 1100px;
    background: url("../images/1.png") no-repeat;
    background-size: 631px 330px;
      background-color: rgba(255,255,255,.3);
      border-radius: 10px;
    background-position: center center; }
    .page4 .page4-row .row {
      height: 100%; }
    .page4 .page4-row .col-sm-6 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 31%; }
      .page4 .page4-row .col-sm-6 div {
        width: 150px;
        position: relative;
        cursor: pointer; }
        .page4 .page4-row .col-sm-6 div h4 {
          font-weight: bold;
          position: relative;
          z-index: 3; }
        .page4 .page4-row .col-sm-6 div .titlec {
          font-size: 14px;
          z-index: 3;
          font-weight: normal;
          position: relative; }
        .page4 .page4-row .col-sm-6 div::after {
          z-index: 1;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: calc(100% + 105px);
          height: 100%;
          /*background: #111;*/
          border-radius: 100%; }
      .page4 .page4-row .col-sm-6 img {
        width: 55px;
        margin-left: 30px;
        position: relative;
        z-index: 3;
        cursor: pointer; }
      .page4 .page4-row .col-sm-6:nth-child(even) div::after {
        left: -105px; }
      .page4 .page4-row .col-sm-6:nth-child(even) img {
        margin-left: 0;
        margin-right: 30px; }
      .page4 .page4-row .col-sm-6:nth-child(even).heib img {
        margin-left: 100px; }
    .page4 .page4-row .heib {
      height: 37.333333% !important; }
      .page4 .page4-row .heib img {
        margin-right: 100px; }
    .page4 .page4-row .heic {
      padding-top: 20px; }

.blac {
  background: #000; }

.bg2 {
    margin-bottom: 80px;
  background: #FFFFFF; }

.top-bg {
  background: url("../images/page1bg.jpg") no-repeat;
  height: 440px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .top-bg .titlef {
    letter-spacing: 5px; }

.hexin .fa-map-marker {
  font-size: 1.1em;
  color: #999999; }

.nav-mark {
  padding: 40px 0;
  color: #999; }
  .nav-mark a {
    color: #000000;
    border: 2px solid transparent;
    padding: 0 15px; }
    bo
    .nav-mark a:last-child {
      color: #fff; }

.tab-c {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 15px; }
  .tab-c .active {
    background: #005b9d;
    color: #ffff
  }
  .tab-c div {
    padding: 20px 0;
    /*color: #fff;*/
    cursor: pointer;
    width: 300px;
    border: 2px solid #005b9d;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .tab-c div:nth-child(odd) {
      border-right: none; }
    .tab-c div p {
      margin-top: 15px;
      margin-bottom: 0;
      padding-bottom: 0; }

.tab-t {
  position: relative;
  min-height: 800px; }

.more {
  position: absolute;
  width: 100%;
  min-height: 800px;
  height: 100%;
  background: #111111;
  z-index: 99;
  text-align: center;
  padding: 50px 0; }
  .more h1 {
    margin-bottom: 50px; }
  .more p {
    margin-bottom: 50px; }
  .more img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .more .fanhui {
    border: 2px solid #005b9d;
    background: transparent;
    color: #005b9d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    margin: auto;
    margin-top: 50px; }
    .more .fanhui i {
      margin-right: 10px; }
    .more .fanhui:hover {
      background: #005b9d;
      color: #fff; }

.he-box {
  margin-top: 30px; }
  .he-box .img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px; }
  .he-box:hover .tit {
    background: #005b9d;
    color: #fff; }
  .he-box .tit {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    background: #111111; }

.fenye {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fenye .active {
    color: #fff !important;
    background: #005b9d;
    border-color: #005b9d; }
  .fenye a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #555;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 16px; }
    .fenye a:hover {
      color: #fff !important;
      background: #005b9d;
      border-color: #005b9d; }
    .fenye a:first-child {
      color: #005b9d;
      border-color: #005b9d;
      font-size: 1.5em; }
    .fenye a:last-child {
      color: #005b9d;
      border-color: #005b9d;
      font-size: 1.5em; }

.footer {
  background: #000000;
  padding-top: 50px; }
  .footer img {
    max-width: 95%; }
  .footer a {
    color: #999; }
  .footer .col-md-2 h4 {
    position: relative;
    margin-bottom: 20px; }
    .footer .col-md-2 h4::before {
      content: "";
      position: absolute;
      left: -25px;
      top: 8px;
      background: #005b9d;
      height: 3px;
      width: 15px; }
  .footer .guanzhu {
    margin: 10px 0;
    color: #fff; }
  .footer .icon a {
    color: #999999;
    background: #222;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .footer .icon a i {
      font-size: 1.3em; }
    .footer .icon a:hover {
      color: #fff; }
    .footer .icon a:nth-child(2) {
      margin: 0 15px; }
  .footer .ba {
    padding: 20px 0;
    border-top: 1px solid #333;
    margin-top: 60px; }
  .footer .ew {
    border-left: 1px solid #333;
    height: 220px; }
  .ew img{
      max-width: 55%;
  }
  .footer .logo2 {
    padding-right: 30px; }
    .footer .logo2 div {
      height: 100px;
        background: #FFFFFF;
        margin-top: 50px;
        border-radius: 10px;
      line-height: 100px;
      border-right: 1px solid #333; }

.hovbox {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  height: 450px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .hovbox:hover .ov {
    opacity: 1; }
  .hovbox h2 {
    font-size: 28px;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 94px;
    line-height: 94px;
    background: url("../images/jb.png") repeat-x; }
  .hovbox .ov {
    display: flex;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    position: absolute;
    background: rgba(201, 142, 66, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .hovbox .ov h1 {
      font-size: 25px;
      position: relative;
      height: 50px; }
      .hovbox .ov h1::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: calc(50% - 20px);
        width: 40px;
        height: 2px;
        background: #fff; }
    .hovbox .ov p {
      line-height: 2;
      margin: 25px 0;
      width: 80%;
      color: #fff;
      z-index: 333;
      text-align: center; }
    .hovbox .ov a {
      color: #fff;
      border: 2px solid #fff;
      display: block;
      width: 100px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      transition: none;
      margin-top: 30px;
      z-index: 99;
      font-size: 25px; }
      .hovbox .ov a:hover {
        color: #000; }

.nav-mark-do {
  /*background: #000000;*/
    border-bottom: 1px solid #999999;
  padding: 20px 0; }
  .nav-mark-do .nav-pull a {
    display: inline-block;
    padding: 10px 15px; }
  .nav-mark-do .nav-box a {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #000;
    border: 2px solid transparent; }
  .nav-mark-do .nav-box a.active {
    border: 2px solid #005b9d;
    color: #005b9d; }

.p3 {
  padding-top: 20px; }
  .p3 h1 {
    margin: 30px 0; }
  .p3 h3 {
    margin-top: 0; }
  .p3 .hez-row {
    padding-top: 30px;
    margin-top: 20px;
    background: #111111; }
    .p3 .hez-row > div {
      padding: 30px; }
  .p3 .hez2 .topul li span {
    border: 1px solid #005b9d;
    background: transparent; }
  .p3 .hez2 .topul li:last-child span::before {
    display: none; }
  .p3 .hez2 .topul li:nth-child(even) span {
    position: relative; }
    .p3 .hez2 .topul li:nth-child(even) span::after {
      content: "";
      position: absolute;
      left: 14px;
      top: -21px;
      height: 21px;
      width: 1px;
      background: #005b9d; }
    .p3 .hez2 .topul li:nth-child(even) span::before {
      content: "";
      position: absolute;
      left: 14px;
      bottom: -21px;
      height: 21px;
      width: 1px;
      background: #005b9d; }
  .p3 .topul {
    margin-top: 30px; }
    .p3 .topul li {
      height: 50px;
      display: flex;
      justify-content: flex-start;
      color: #ffffff;
      align-items: center; }
      .p3 .topul li span {
        height: 30px;
        width: 30px;
        padding-left: 2px;
        margin-right: 30px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #222222; }

.join {
  padding: 50px;
  background: #111;
  margin-top: 10px; }
  .join .input-group-addon {
    background: transparent;
    color: #999;
    border-color: #999;
    border-radius: 0;
    height: 50px; }
  .join .input-group {
    margin: 10px 0; }
  .join .form-control {
    background: transparent;
    border-left: 0;
    border-color: #999;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    color: #fff; }
  .join select {
    background: transparent;
    border-left: 0;
    border-color: #999;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    color: #999;
    width: 100%; }
  .join textarea {
    background: transparent;
    border: 1px solid #999;
    width: 100%;
    height: 200px;
    resize: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    color: #999; }
  .join .bt input {
    border: 1px solid #999;
    padding: 10px 40px;
    background: transparent;
    outline: none;
    margin-top: 20px;
    color: #fff; }
  .join .bt input:first-child {
    margin-right: 20px;
    background: #005b9d;
    color: #fff;
    border-color: #005b9d; }
  .join .bt input:last-child:hover {
    background: #005b9d;
    border-color: #005b9d;
    color: #fff; }

.top-bg .titlec {
  color: #ccc; }

.news .swiper-pagination-bullet-active {
  background: #005b9d !important;
  margin: 0 8px !important;
  position: relative; }
.news .p3 {
  padding-top: 0; }
.news .swiper-pagination-bullet {
  background: #333;
  opacity: 1; }
.news .hez-row {
  padding-bottom: 0;
  position: relative;
  padding-top: 0; }
  .news .hez-row .swiper-container {
    height: 500px; }
  .news .hez-row div {
    padding: 0; }
  .news .hez-row .swiper-slide {
    display: flex;
    height: 100%; }
    .news .hez-row .swiper-slide .img50 {
      height: calc(100% - 40px);
      flex: 0 0 50%;
      background: url("../images/h3.jpg") no-repeat;
      background-size: cover;
      background-position: center center; }
.news .hez-row .swiper-slide .img51 {
    height: calc(100% - 40px);
    flex: 0 0 50%;
    background: url("../images/tj2.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
.news .hez-row .swiper-slide .img52 {
    height: calc(100% - 40px);
    flex: 0 0 50%;
    background: url("../images/tj1.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
    .news .hez-row .swiper-slide .txt50 {
      flex: 0 0 50%;
      height: calc(100% - 40px);
      padding: 30px 50px;
      display: flex;
      flex-direction: column;
      /*justify-content: space-between;*/
    }
      .news .hez-row .swiper-slide .txt50 h2 {
        line-height: 1.5;
        margin-top: 0; }
      .news .hez-row .swiper-slide .txt50 p {
        line-height: 2; }
      .news .hez-row .swiper-slide .txt50 .timebtn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 50px; }
      .news .hez-row .swiper-slide .txt50 span {
        color: #999;
        display: block;
        flex: 1; }
      .news .hez-row .swiper-slide .txt50 a {
        color: #005b9d;
        display: block;
        flex: 1;
        border: 2px solid #005b9d;
        width: 100px;
        height: 40px;
        line-height: 35px;
        text-align: center;
        transition: none;
        z-index: 99;
        font-size: 25px;
        background: transparent; }
        .news .hez-row .swiper-slide .txt50 a:hover {
          background: #005b9d;
          color: #fff; }
.news .hez-row::after {
  position: absolute;
  width: 100%;
  content: "";
  background: #222;
  height: 40px;
  left: 0;
  bottom: 0px; }
.news .swiper-pagination-bullet-active::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #005b9d;
  position: absolute;
  left: -5px;
  top: -5px; }
.news .swiper-slide {
  height: 300px; }
.news .news-row {
  display: flex;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap; }
  .news .news-row .new-box {
    min-height: 100px;
    height: 500px;
    background: #111;
    flex: 0 0 31.333333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .news .news-row .new-box:hover {
      background: #005b9d; }
      .news .news-row .new-box:hover p {
        color: #fff; }
      .news .news-row .new-box:hover a {
        background: #fff; }
    .news .news-row .new-box .nbg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 300px; }
    .news .news-row .new-box .nbody {
      padding: 30px 50px; }
    .news .news-row .new-box h4 {
      line-height: 1.5;
      margin-bottom: 50px;
      color: #fff; }
    .news .news-row .new-box p {
      color: #999; }
    .news .news-row .new-box a {
      color: #005b9d;
      display: block;
      flex: 1;
      border: 2px solid #005b9d;
      width: 100px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      transition: none;
      z-index: 99;
      font-size: 25px;
      background: transparent; }

.newsmore {
  width: 100%;
  min-height: 200px;
  background: #111;
  margin-top: 50px;
  color: #fff; }
  .newsmore .news-body {
    padding: 50px;
    border-bottom: 1px solid #333; }
    .newsmore .news-body img {
      max-width: 100%;
      display: block;
      margin: 5px auto; }
    .newsmore .news-body p {
      text-indent: 2em;
      color: #fff;
      line-height: 2; }
  .newsmore .news-footer {
    display: flex;
    height: 100px;
    justify-content: space-between;
    padding: 15px 50px; }
    .newsmore .news-footer > div {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .newsmore .news-footer a {
      color: #fff; }
    .newsmore .news-footer .bal {
      background: #005b9d;
      border-radius: 100%;
      width: 60px;
      height: 60px;
      display: flex;
      align-self: center;
      justify-content: center; }
      .newsmore .news-footer .bal i {
        margin-right: 0;
        line-height: 60px; }
    .newsmore .news-footer .shang a {
      color: #005b9d; }
    .newsmore .news-footer i {
      font-size: 1.5em;
      margin-right: 20px; }
    .newsmore .news-footer > div > div {
      height: 50%;
      display: flex;
      align-items: center; }
  .newsmore .ntitle {
    text-align: center;
    padding-top: 50px; }
    .newsmore .ntitle h2 {
      margin-top: 0; }
    .newsmore .ntitle .fen {
      display: flex;
      padding: 50px;
      justify-content: center;
      align-items: center;
      height: 50px;
      color: #999999;
      border-bottom: 1px solid #333; }
      .newsmore .ntitle .fen i {
        width: 24px;
        cursor: pointer;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        color: #fff;
        margin-left: 5px; }
      .newsmore .ntitle .fen img {
        cursor: pointer; }
      .newsmore .ntitle .fen .fa-qq {
        background: #74a2e1; }
      .newsmore .ntitle .fen .fa-weixin {
        background: #37bf40; }
      .newsmore .ntitle .fen .fa-weibo {
        background: #f77766; }
      .newsmore .ntitle .fen .fa-plus {
        background: #005b9d; }

.about {
  background: #111;
  padding: 50px;
  margin-top: 50px; }
  .about > .row > div {
    min-height: 00px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  .about .row {
    height: 500px; }
  .about .pd8 {
    padding-top: 30px; }
  .about p {
    text-indent: 2em;
    color: #E8E8E8;
    line-height: 2;
    width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 14px; }
  strong{
      color:#FFF;
  }

  .about img {
    height: 100%;
    position: relative; }
  .about .i1::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 20px;
    bottom: -20px;
    right: 0;
    background: #005b9d; }
  .about .i1::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 20px;
    bottom: -20px;
    right: -5px;
    background: #005b9d; }
  .about .i2::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 20px;
    top: -20px;
    left: 0;
    background: #005b9d; }
  .about .i2::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 20px;
    top: -20px;
    left: -5px;
    background: #005b9d; }
  .about .row {
    margin-bottom: 150px; }

.connect {
  background: #111;
  padding: 50px;
  margin-top: 50px;
  color: #fff; }
  .connect h2 {
    margin-top: 0; }
  .connect .cmap {
    margin-top: 20px; }
    .connect .cmap img {
      max-width: 100%;
        max-width: inherit;
        }
  .connect .ctitle {
    border-bottom: 1px solid #555;
    padding-bottom: 30px; }
  .connect .cbody {
    padding: 30px 0;
    min-height: 250px; }
    .connect .cbody .col-lg-3 {
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .connect .cbody .col-lg-3 img {
        width: 208px;
        height: 43px; }
    .connect .cbody .bm {
      justify-content: flex-end; }
    .connect .cbody .fa-li {
      padding: 20px 0;
      width: 100%;
      list-style-position: -10px;
      text-align: left; }
    .connect .cbody i {
      margin-right: 20px; }
    .connect .cbody .titley + a {
      color: #fff;
      display: block;
      flex: 1;
      border: 2px solid #fff;
      width: 100px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      transition: none;
      z-index: 99;
      font-size: 12px;
      background: transparent; }
      .connect .cbody .titley + a i {
        margin-right: 0; }
      .connect .cbody .titley + a:hover {
          border: 2px solid #005b9d;
        background: #005b9d;
        color: #fff; }

.jiaru {
  min-height: 500px; }
  .jiaru div {
    height: 500px; }
  .jiaru .jbg {
    background-size: 960px auto;
    background-position: center center;
    background-repeat: no-repeat; }
  .jiaru .jbody {
    padding: 50px;
    color: #fff; }
    .jiaru .jbody h2 {
      padding-bottom: 50px;
      margin-bottom: 50px;
      position: relative; }
      .jiaru .jbody h2::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: -125px;
        width: 150px;
        height: 3px;
        background: #005b9d;
        z-index: 100; }
    .jiaru .jbody .rh2::after {
      display: none; }
    .jiaru .jbody .rh2::before {
      content: "";
      z-index: 100;
      position: absolute;
      bottom: -3px;
      right: -125px;
      width: 150px;
      height: 3px;
      background: #005b9d; }
    .jiaru .jbody h1 {
      margin-bottom: 30px; }

.cont {
  position: absolute;
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  left: calc(50% - 102px);
  bottom: 0;
  z-index: 99; }
  .cont div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #005b9d;
    color: #fff;
    flex: 50%;
    height: 100%; }
  .cont .avc {
    background: #005b9d;
    color: #000; }

.jiaru-row {
  color: #ffffff;
  background: url("../images/jrbg.png");
  min-height: 490px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px; }
  .jiaru-row h2 {
    position: relative;
    margin-bottom: 60px; }
    .jiaru-row h2::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      background: #005b9d;
      left: calc(50% - 25px);
      bottom: -30px; }
  .jiaru-row .jiaruflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    min-height: 400px; }
    .jiaru-row .jiaruflex > div > div > div {
      background: rgba(255, 255, 255, 0.2);
      flex: 0 0 200px;
      margin-bottom: 20px;
      height: 300px;
      text-align: center;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .jiaru-row .jiaruflex > div > div > div:hover .img-zhao {
        background: #fff; }
      .jiaru-row .jiaruflex > div > div > div:hover {
        background: #005b9d; }
      .jiaru-row .jiaruflex > div > div > div .num {
        position: absolute;
        font-size: 80px;
        opacity: 0.2;
        color: #eee;
        /*bottom: -50px;*/
        left: 0;
        width: 100%;
        text-align: center; }
  .jiaru-row .img-zhao {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 20px auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .jiaru-row img {
    width: 30px;
    display: block;
    margin: 0 auto; }

.pinpai {
  min-height: 300px;
  margin-top: 50px;
  color: #fff; }
  .pinpai > div > div {
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    .pinpai > div > div::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
      left: 0;
      top: 0; }
    .pinpai > div > div:hover::after {
      background: rgba(0, 91, 157, 0.9); }
  .pinpai .pp {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px; }
  .pinpai h2 {
    z-index: 4;
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    .pinpai h2::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      background: #005b9d;
      left: calc(50% - 25px);
      bottom: -30px; }
  .pinpai img {
    margin: 0 auto;
    display: block;
    z-index: 4;
    width: 40px; }
  .pinpai .pd {
    background: #111;
    padding: 60px; }
  .pinpai p {
    line-height: 2;
    z-index: 4; }
  .pinpai .pdimg {
    background-size: cover;
    background-position: center center; }

.titlef > a {
  color: #fff; }

.clibox {
  min-height: 300px;
  background: #111;
  margin-top: 50px; }
  .clibox .climp {
    height: 608.4px;
    width: 753.3px;
    display: block;
    margin: 50px auto;
    background-image: url("../images/shanghai.jpg");
    background-size: 100% 100%;
    position: relative; }
  .clibox .ob {
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer; }
    .clibox .ob:hover .oba {
      display: block; }
  .clibox .chengdu {
    left: 350px;
    top: 370px; }
  .clibox .wuhan {
    left: 520px;
    top: 360px; }
  .clibox .xian {
    left: 440px;
    top: 300px; }
  .clibox .shanghai {
    left: 620px;
    top: 340px; }
  .clibox .tianjin {
    left: 550px;
    top: 235px; }
  .clibox .beijing {
    left: 520px;
    top: 165px; }
  .clibox .shenyang {
    left: 610px;
    top: 155px; }
  .clibox .guangzhou {
    left: 520px;
    top: 480px; }
  .clibox .oba {
    display: none;
    position: absolute;
    width: 300px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    left: -125px;
    top: -200px;
    z-index: 10; }
    .clibox .oba h3 {
      font-size: 20px;
      padding-left: 2em;
      color: #005b9d;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
    .clibox .oba i {
      color: #ccc; }
    .clibox .oba p {
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      color: #000; }
  .clibox .minoba {
    padding: 20px; }
    .clibox .minoba h3 {
      font-size: 20px;
      padding-left: 2em;
      color: #005b9d;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
    .clibox .minoba i {
      color: #ccc; }
    .clibox .minoba p {
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff; }

.video {
  margin-top: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  display: block;
    padding: 5px;
  position: relative;
  display: flex;
    overflow: hidden;
  border:2px solid #e3e3e3;
    border-radius: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.video img{
    width: 100%;
    height: 286px;
    transition: 1s;
    border-radius: 5px;
 }
.video img:hover{
    transform: scale(1.1);

}
.video:hover{
    border: 2px solid #005b9d;
}
  .video i {
    font-size: 3em;
    position: relative;
    z-index: 4; }
  .video p {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px; }

.vfl {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9); }
  .vfl .fa-close {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer; }

/*# sourceMappingURL=all.css.map */
